DSV API POE

(0 reviews)

Response Attributes

/getStatus

Method: POST

Content-Type: application/json
Response Attributes :
Body :

SnoElementAttributeTypeFormatExampleDescription
1totalRecordCountNumber"totalRecordCount": 144Number of records matched based on the input
2recordsfetchedNumber"recordsFetched": 100Results fetched based on the input page size
3startIndexNumber"startIndex": 1Index of the starting record in the response based on the value in request payload
4recordSetCompleteIndicatorBoolean"recordSetCompleteIndicator": trueFlag indicating if the total no of records have been returned. If the value is false, call the service by changing the start index for incremental data. If the value is true, no need to call the service for incremental data.
5ciscoDSVLineIDNumber"ciscoDSVLineID": 1Identifies the unique record in response
6sourceXmlBookingIdString"sourceXmlBookingId":"TEST229"Distributor Xml Reference ID provided in the input
7sourceProfileIdNumber"sourceProfileId": 999Unique distributor source profile id in the input
8distiSoNumberString"distiSoNumber": "9999999AA"Distributor Sales Order Number
9distiSoLineNumberString"distiSoLineNumber": "7"Distributor Sales Order Line Number
10bookingsLineStatusString"bookingsLineStatus": "CLOSED"Reflects the status of the booking transaction
11statusString"status": "CHANGE"Reflects whether the booking is New or Change
12netUnitPriceDouble"netUnitPrice": 230.0Reflects the net unit price on the deal
13dealIdString"dealId": "12345678"Deal Id associated with the booking
14magicKeyString"magicKey": "Q8656123456-999"Magic Key associated with the Deal on the booking
15promoNumberString"promoNumber": "XX-VPL"Reflects the Promotion Number
16expirationDateDateDate-Time"expirationDate": "2022-01-31T00:00:00"Booking Expiration Date. Timezone is in PST
17extendedExpirationDateDateDate-Time"extendedExpirationDate": "2022-05-12T00:00:00"Booking Extended Expiration Date. Timezone is in PST
18serviceQuoteNumberString"serviceQuoteNumber": "XX-VYI"Reflects the Service Quote Number
19ciscoStandardPartNumberString"ciscoStandardPartNumber": "XX3300"Reflects the Mfg Part Number / SKU
20productQuantityNumber"productQuantity": 4DSV Booking Quantity associated with the SKU
21reportedNetUnitPriceDouble"reportedNetUnitPrice": 174.62Reported Net Unit Price by the distributor on the booking in USD
22remainingQuantityNumber"remainingQuantity": 4Remaining quantity on the deal for consumption
23claimPerUnitDouble"claimPerUnit": 214.91Rebate submitted by distributor per unit
24wplPriceLcDouble"wplPriceLc": 389.53Whole Sale Price List in local currency
25resellerToDistiPONumberString"resellerToDistiPONumber": "248146"Reseller To Disti PO Number
26customerReqShipDateStringDate-Time"customerReqShipDate": "2021-10-15T00:00:00"Customer Requested Ship Date. Timezone is in PST
27buyerResellerNameString"buyerResellerName": "INTERNAL BV"Buyer/ Reseller Name associated with the booking
28buyerResellerPartnerIdentificationString"buyerResellerPartnerIdentification": "535090"Buyer / Reseller Partner Identification
29endCustomerNameString"endCustomerName": "INTERNAL BV"EndCustomer Name associated with the booking
30ciscoCreatedFlagString"ciscoCreatedFlag": "N"Filter to control whether cisco created internal bookings to be included in API response or not.
31lineErrorsArraylineErrors": [{ "errorId": "12345","errorMessage": "DSV Booking is having Magic Key but Deal ID or Quote Number is not provided"}]Booking validation errors would be displayed

/getDetails

Method: POST

Content-Type: application/json

Response Attributes :

Body :

SnoElementAttributeTypeFormatExampleDescription
1totalRecordCountNumber"totalRecordCount": 144Number of records matched based on the input
2recordsfetchedNumber"recordsFetched": 100Results fetched based on the input page size
3startIndexNumber"startIndex": 1Index of the starting record in the response based on the value in request payload
4recordSetCompleteIndicatorBoolean"recordSetCompleteIndicator": trueFlag indicating if the total no of records have been returned. If the value is false, call the service by changing the start index for incremental data. If the value is true, no need to call the service for incremental data.
5ciscoDSVLineIDNumber"ciscoDSVLineID": 1Identifies the unique record in response
6sourceXmlBookingIdString"sourceXmlBookingId":"TEST229"Distributor Xml Reference ID provided in the input
7sourceProfileIdNumber"sourceProfileId": 999Unique distributor source profile id provided in the input
8distiSoNumberString"distiSoNumber": "9999999AA"Distributor Sales Order Number
9distiSoLineNumberString"distiSoLineNumber": "7"Distributor Sales Order Line Number
10bookingDateStringDate-Time"bookingDate": "2021-02-25T00:00:00"Reflects the actual booking date in PST
11distiResellerSoDateStringDate-Time"distiResellerSoDate": "2021-02-22T00:00:00"Distributor to reseller sales order date in PST
12startDateStringDate-Time"startDate": "2021-02-22T00:00:00"Duration start date associated with the deal in PST
13endDateStringDate-Time"endDate": "2021-02-22T00:00:00"Duration end date associated with the deal in PST
14durationDouble"duration": 22Duration term associated with the deal
15reportedProductUnitPriceDouble" reportedProductUnitPrice ": 22.09Reported Product Unit Price by the distributor on the booking in USD
16distiPoNumberString"distiPoNumber": "XX-VYI"Distributor Purchase Order Number
17dropShipString"dropShip":"Y"Indicates whether the booking is a drop ship or not
18buyerResellerAddress1String"buyerResellerAddress1": "GR FL, TWR 3, DARLING PARK"Describes buyer/reseller address1
19buyerResellerAddress2String" buyerResellerAddress2": "201 SUSSEX STREET"Describes buyer/reseller address2
20buyerResellerCityString"buyerResellerCity": "SYDNEY"Describes buyer/reseller city
21buyerResellerStateString"buyerResellerState": "SOUTHWALES"Describes buyer/reseller state
22buyerResellerZipString"buyerResellerZip": "2000"Describes buyer/reseller postal code/zip
23buyerResellerCountryString"buyerResellerCountry": "AU"Describes buyer/reseller country
24endCustomerAddress1String"endCustomerAddress1": "3-29 BIRNIE AVE"Describes end customer address1
25endCustomerAddress2String"endCustomerAddress2": " U A3 "Describes end customer address2
26endCustomerCityString"endCustomerCity":"LIDCOMBE"Describes end customer city
27endCustomerStateString"endCustomerState": "NEW SOUTH WALES"Describes end customer state
28endCustomerZipString"endCustomerZip": "2141"Describes end customer postal code/zip
29endCustomerCountryStringendCustomerCountry": "AU"Describes end customer country
30ciscoCreatedFlagString"ciscoCreatedFlag": "N"Filter to control whether cisco created internal bookings to be included in API response or not.

/searchDSV

Method: POST

Content-Type: application/json
Response Attributes :
Body :

SnoElementAttributeTypeFormatExampleDescription
1totalRecordCountNumber"totalRecordCount": 144Number of records matched based on the input
2recordsfetchedNumber"recordsFetched": 100Results fetched based on the input page size
3startIndexNumber"startIndex": 1Index of the starting record in the response based on the value in request payload
4recordSetCompleteIndicatorBoolean"recordSetCompleteIndicator": trueFlag indicating if the total no of records have been returned. If the value is false, call the service by changing the start index for incremental data. If the value is true, no need to call the service for incremental data.
5batchIdNumber"batchId": 1123batchId for the booking
6transIdNumber"transId": 1345transId for the booking
7distiSoNumberString"distiSoNumber": "9999999AA"Distributor Sales Order Number
8distiSoLineNumberString"distiSoLineNumber": "7"Distributor Sales Order Line Number
9sourceXmlBookingIdString"sourceXmlBookingId":"TEST229"Distributor Xml Reference ID provided in the input
10sourceProfileIdNumber"sourceProfileId": 999Unique distributor source profile id in the input
11dsvUniqueIdNumber"dsvUniqueId": 12345Reflects the unique id associated for booking
12ciscoStandardPartNumberString"ciscoStandardPartNumber": "C9115AX"Reflects the part number
13productQuantityNumber"productQuantity": 2Reflects the quantity of booking
14serviceQuoteNumberString"serviceQuoteNumber": "XX-VYI"Reflects the Service Quote Number
15distiPoNumberString"distiPoNumber": "PO1233"Distributor Purchase Order Number
16bookingsLineStatusString"bookingsLineStatus ": "CLOSED"Reflects the status of the booking transaction
17dealIdString"dealId": "12345678"Deal Id associated with the booking
18reportedDealIdString"reportedDealId": "52353102"Reported Deal Id associated with the booking
19magicKeyString"magicKey": "Q8656123456-999"Magic Key associated with the Deal on the booking
20promoNumberString"promoNumber": "XX-VPL"Reflects the Promotion Number
21expirationDateStringDate"expirationDate": "07-Feb-2022"Booking Expiration Date.
22extendedExpirationDateStringDate"extendedExpirationDate": "07-Feb-2022"Booking Extended Expiration Date.
23postedDateStringDate"postedDate": "07-Feb-2022"Posted Date.
24currencyString"currency": "USD"Reflects the currency in USD.
25reportedNetUnitPriceDouble"netPrice": 392.12Reported Net Unit Price by the distributor on the booking in USD.
26reportedProductUnitPriceDouble"unitPrice": 784Reported Unit Price by the distributor on the booking in USD.
27resellerToDistiPONumberString"resellerToDistiPONumber": "34302"Reseller Purchase order number.
28d2DFlagString"d2DFlag": "N"Reflects the d2d flag.
29fileReceivedDateStringDate"fileReceivedDate": "07-Feb-2022"File Received Date.
30ciscoBookDateStringDate"ciscoBookDate": "07-Feb-2022"Submission Date
31ciscoValidatedWplPriceDouble"ciscoValidatedWplPrice": 784.23Reflects the cisco validated whole sale price on the deal
32ciscoValidatedUnitNetPriceDouble"ciscoValidatedUnitNetPrice": 392.12Reflects the cisco validated unit net price on the deal
33theatreString"theatre": "USA"Reflects the theatre
34distributorString"distributor": "Data"Reflects the distributor name
35buyerResellerNameString"buyerResellerName": "UNIFIED EXAMPLE"Reseller Name associated with the booking
36buyerResellerAddress1String"buyerResellerAddress1": "UNIFIED EXAMPLE"Reseller Address1 associated with the booking
37buyerResellerAddress2String"buyerResellerAddress2": "SCORPIUS"Reseller Address2 associated with the booking
38buyerResellerCityString"buyerResellerCity": "SCHIPHOL"Reseller city associated with the booking
39buyerResellerStateString"buyerResellerState": "NH"Reseller state associated with the booking
40buyerResellerZipString"buyerResellerZip": "11189A"Reseller zip associated with the booking
41buyerResellerCountryString"buyerResellerCountry": "NL"Reseller country associated with the booking
42endCustomerNameString"endCustomerName": "HEALTH"EndCustomer Name associated with the booking
43endCustomerAddress1String"endCustomerAddress1": "HEALTH"EndCustomer Address1 associated with the booking
44endCustomerAddress2String"endCustomerAddress2": "HEALTH"EndCustomer Address2 associated with the booking
45endCustomerCityString"endCustomerCity": "HEALTH"EndCustomer city associated with the booking
46endCustomerStateString"endCustomerState": "HEALTH"EndCustomer state associated with the booking
47endCustomerZipString"endCustomerZip": "HEALTH"EndCustomer zip associated with the booking
48endCustomerCountryString"endCustomerCountry": "HEALTH"EndCustomer country associated with the booking
49webOrderIdString"webOrderId": "1234"Reflects the weborder id associated with booking
50fileNameString"fileName": "example.txt"Bookings submitted file name
51ciscoSoNumberString"ciscoSoNumber": "12345"Reflects the ciscoSoNumber
52customerReqShipDateStringDate"customerReqShipDate": "07-Feb-2022"customerReqShipDate
53ciscoCreatedFlagString"ciscoCreatedFlag": "N"Reflects the Cisco created or disti created
54wplPriceLcDouble"wplPriceLc": 1222.89Reflects the wplPriceLc
55claimPerUnitDouble"claimPerUnit": 1344.78Reflects the claimPerUnit
56netUnitPriceDouble"netUnitPrice": 1456.89Reflects the netUnitPrice
57remainingQuantityNumber"remainingQuantity": 3Reflects the remainingQuantity
58buyerResellerPartnerIdentificationString"buyerResellerPartnerIdentification": "12345"Reflects the buyerResellerPartnerIdentification
59distiResellerSoDateStringDate"distiResellerSoDate": "07-Feb-2022"Reflects the distiResellerSoDate
60dropShipString"dropShip": "N"Reflects the dropship flag
61statusString"status": "NEW"Reflects the booking event
62startDateStringDate"startDate": "07-Feb-2022"Reflects the start date
63endDateStringDate"endDate": "07-Feb-2022"Reflects the end Date
64bookingDateStringDate"bookingDate": "07-Feb-2022"Reflects the cisco booking Date
65durationNumber"duration": 36Reflects the duration
66ciscoDSVLineIDNumber"ciscoDSVLineID": 1Reflects the ciscoDSVLineID
67lineErrorsArray"lineErrors": [{"errorId": 1, "errorMessage":Quantity exceeds the quantity available in Deal ID"}]Reflects the errormessage for the bookings

Reviews